Skip to content

gitlint: adapt configuration to deal with migration warnings - #93333

Merged
cfriedt merged 1 commit into
zephyrproject-rtos:mainfrom
nashif:topic/gitlin/regex
Jul 22, 2025
Merged

gitlint: adapt configuration to deal with migration warnings#93333
cfriedt merged 1 commit into
zephyrproject-rtos:mainfrom
nashif:topic/gitlin/regex

Conversation

@nashif

@nashif nashif commented Jul 18, 2025

Copy link
Copy Markdown
Member

Get rid of this warning:

WARNING: I4 - ignore-by-author-name: gitlint will be switching from using
Python regex 'match' (match beginning) to 'search' (match anywhere) semantics.
Please review your ignore-by-author-name.regex option accordingly. To remove
this warning, set general.regex-style-search=True. More details:
https://jorisroovers.github.io/gitlint/configuration/#regex-style-search

Signed-off-by: Anas Nashif anas.nashif@intel.com

@zephyrbot zephyrbot added size: XS A PR changing only a single line of code area: Coding Guidelines Coding guidelines and style labels Jul 18, 2025
Get rid of this warning:

WARNING: I4 - ignore-by-author-name: gitlint will be switching from
using Python regex 'match' (match beginning) to 'search' (match
anywhere) semantics.  Please review your ignore-by-author-name.regex
option accordingly. To remove this warning, set
general.regex-style-search=True. More details:
https://jorisroovers.github.io/gitlint/configuration/#regex-style-search

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
@nashif
nashif force-pushed the topic/gitlin/regex branch from 69478eb to 5157cca Compare July 18, 2025 13:19
@sonarqubecloud

Copy link
Copy Markdown

@cfriedt
cfriedt merged commit d0dfbce into zephyrproject-rtos:main Jul 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Coding Guidelines Coding guidelines and style size: XS A PR changing only a single line of code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants